```python
def make_stir-fried_eggplant_with_pork():
eggplant = "1 large eggplant, cut into chunks"
pork = "200g pork, sliced into thin strips"
sauce = "2 tbsp soy sauce, 1 tbsp oyster sauce, 1 tsp sugar, 1/2 cup water"
garlic = "3 cloves garlic, minced"
ginger = "1 inch ginger, minced"
oil = "2 tbsp cooking oil"
# Stir-fry the pork until cooked, then set aside.
# In the same pan, add more oil and stir-fry the garlic and ginger until fragrant.
# Add the eggplant and stir-fry until slightly softened.
# Add the sauce and bring to a simmer, then cover and cook until eggplant is tender.
# Add the cooked pork back to the pan and stir well to combine.
# Serve hot with steamed rice.
make_stir-fried_eggplant_with_pork()
```